/* _content/Laibls 3/Components/Core/EnquiryForm.razor.rz.scp.css */
.modal[b-10vy2uxxhp]{
    padding:1%;
    width:80%;
    background-color: transparent
}
.modal-content[b-10vy2uxxhp] {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}
.outdiv[b-10vy2uxxhp] {
    width: 100%;
    height: 95%;
}
/* The Close Button */
.close[b-10vy2uxxhp] {
    color: orange;
}

.close:hover[b-10vy2uxxhp],
.close:focus[b-10vy2uxxhp] {
    color: orangered;
}
/* _content/Laibls 3/Components/Core/ManageCascadingFiltering.razor.rz.scp.css */
/*.itemHeader {
    text-align: center;
}

.itemInputSearch {
    display: inline-block;
    position: relative;
    width: 30%;
    padding: 0.5%;
    margin: 1%;
    border: solid 2px #34abeb;
    text-align: center;
    border-radius: 10px;
}

.itemInputNew {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    border-radius: 10px;
}

::placeholder {
    color: burlywood
}

.itemInput {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
.itemSelect {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
.itemButton {
    display: inline-block;
    position: relative;
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}
.itemHidden {
    visibility: hidden;
    display: none;
}
.itemTitle {
    font-size: small;
    font-weight: bold;
    margin-left: 1%;
}

.itemValue {
    font-size: small;
    padding-top: 2%;
}

.itemInputButton {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
    background: darkorange;
    text-align: center;
}

.formItemDivider {
    width: 100%;
    border-bottom: solid 1px darkorange;
    padding-top: 8px;
    padding-bottom: 5px;
}

.sortIcon {
    width: 30px;
    padding-left: 5%;
}

/* The Modal (background) 
.modal {
    display: none; /* Hidden by default 
    position: fixed; /* Stay in place 
    z-index: 1; /* Sit on top 
    padding-top: 100px; /* Location of the box 
    left: 0;
    top: 0;
    width: 100%; /* Full width 
    height: 100%; /* Full height 
    overflow: auto; /* Enable scroll if needed 
    background-color: rgb(0,0,0); /* Fallback color 
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity 
}

/* Modal Content 
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button 
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

*/
/* _content/Laibls 3/Components/Core/ManageClients.razor.rz.scp.css */
/*.modal {
    padding: 1%;
    width: 80%;
    background-color: transparent
}

.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}

.outdiv {
    width: 100%;
    height: 95%;
}*/
/* The Close Button */
/*.close {
    color: orange;
}

    .close:hover,
    .close:focus {
        color: orangered;
    }*/
/* _content/Laibls 3/Components/Core/ManageClientsDetailed.razor.rz.scp.css */
/*
.itemHeader {
    text-align: center;
}
.itemInputNew {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    
    border-radius: 10px;
}
::placeholder{
    color:burlywood
}
.itemInput {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    margin-top:0;
    margin-bottom:3%;
    border: solid 2px darkorange;
    
    border-radius: 10px;
}
.itemTitle{
    font-size:small;
    font-weight:bold;
    margin-left:1%;
}
.itemValue {
    font-size: small;
    padding-top: 1%;
}

.itemButton {
    display: inline-block;
    position: relative;
    
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}
.itemHidden {
    visibility:hidden;
    display:none;
}
.formItemDivider{
    width:100%;
    border-bottom: solid 1px darkorange;
    padding-top:8px;
    padding-bottom:5px;
}
*/
/* _content/Laibls 3/Components/Core/ManageDHCustomerDetailed.razor.rz.scp.css */
/*
.itemHeader {
    text-align: center;
}
.itemInputNew {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    
    border-radius: 10px;
}
::placeholder{
    color:burlywood
}
.itemInput {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    margin-top:0;
    margin-bottom:3%;
    border: solid 2px darkorange;
    
    border-radius: 10px;
}
.itemTitle{
    font-size:small;
    font-weight:bold;
    margin-left:1%;
}
.itemValue {
    font-size: small;
    padding-top: 1%;
}

.itemButton {
    display: inline-block;
    position: relative;
    
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}
.itemHidden {
    visibility:hidden;
    display:none;
}
.formItemDivider{
    width:100%;
    border-bottom: solid 1px darkorange;
    padding-top:8px;
    padding-bottom:5px;
}
*/
/* _content/Laibls 3/Components/Core/ManageDHCustomers.razor.rz.scp.css */
/*.itemHeader {
    text-align: center;
}
.itemInputNew {
    display: inline-block;
    position: relative;
    left: 3%;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    text-align: center;
    border-radius: 10px;
}
::placeholder{
    color:burlywood
}
.itemInput {
    display: inline-block;
    position: relative;
    left: 3%;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px darkorange;
    text-align: center;
    border-radius: 10px;
}
.itemSelect {
    display: inline-block;
    position: relative;
    left: 3%;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px darkorange;
    text-align: center;
    border-radius: 10px;
}
.itemButton {
    display: inline-block;
    position: relative;
    left: 35%;
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}*/
/* _content/Laibls 3/Components/Core/ManageForms_ParametersDetailed.razor.rz.scp.css */
/*.itemHeader {
    text-align: center;
}
.itemInputNew {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    
    border-radius: 10px;
}
::placeholder{
    color:burlywood
}
.itemInput {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    margin-top:0;
    margin-bottom:3%;
    border: solid 2px darkorange;
    
    border-radius: 10px;
}
.itemTitle{
    font-size:small;
    font-weight:bold;
    margin-left:1%;
}
.itemValue {
    font-size: small;
    padding-top: 1%;
}

.itemButton {
    display: inline-block;
    position: relative;
    
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}
.itemHidden {
    visibility:hidden;
    display:none;
}
.formItemDivider{
    width:100%;
    border-bottom: solid 1px darkorange;
    padding-top:8px;
    padding-bottom:5px;
}
*/
/* _content/Laibls 3/Components/Core/ManageSuppliers.razor.rz.scp.css */
/*.modal {
    padding: 1%;
    width: 80%;
    background-color: transparent
}

.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}

.outdiv {
    width: 100%;
    height: 95%;
}*/
/* The Close Button */
/*.close {
    color: orange;
}

    .close:hover,
    .close:focus {
        color: orangered;
    }*/
/* _content/Laibls 3/Components/Core/ManageUsers.razor.rz.scp.css */
/*.modal {
    padding: 1%;
    width: 80%;
    height:95%;
    background-color: transparent
}

.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 90%;
    padding: 1%
}

.outdiv {
    width: 100%;
    height: 95%;
}*/
/* The Close Button */
/*.close {
    color: orange;
}

    .close:hover,
    .close:focus {
        color: orangered;
    }*/
/* _content/Laibls 3/Components/Core/ManageUsersDetailed.razor.rz.scp.css */
/*.modal {
    padding: 1%;
    width: 80%;
    background-color: transparent
}

.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}

.outdiv {
    width: 100%;
    height: 95%;
}
 The Close Button 
.close {
    color: orange;
}

    .close:hover,
    .close:focus {
        color: orangered;
    }
*/
/* _content/Laibls 3/Components/Inbound/ExportSearchResults.razor.rz.scp.css */
.modal[b-d1bhyrdbfj] {
    padding: 1%;
    width: 80%;
    background-color: transparent
}

.modal-content[b-d1bhyrdbfj] {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}

.outdiv[b-d1bhyrdbfj] {
    width: 100%;
    height: 95%;
}
/* The Close Button */
.close[b-d1bhyrdbfj] {
    color: orange;
}

    .close:hover[b-d1bhyrdbfj],
    .close:focus[b-d1bhyrdbfj] {
        color: orangered;
    }
/* _content/Laibls 3/Components/Inbound/SearchComponent.razor.rz.scp.css */
.se-pre-con[b-pmm8emqqq2] {
    margin-top: 0px;
}

/*.modal {
    padding: 1%;
    width: 98%;
    background-color: transparent
}

.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}

.outdiv {
    width: 100%;
    height: 95%;
}*/
/* The Close Button */
/*.close {
    color: orange;
}

    .close:hover,
    .close:focus {
        color: orangered;
    }*/
/* _content/Laibls 3/Components/Production/SalesOrderComponent.razor.rz.scp.css */
/*.modal {
    padding: 1%;
    width: 80%;
    height:95%;
    background-color: transparent
}

.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 100%;
    height: 90%;
    padding: 1%
}

.outdiv {
    width: 100%;
    height: 95%;
}*/
/* The Close Button */
/*.close {
    color: orange;
}

    .close:hover,
    .close:focus {
        color: orangered;
    }*/
/* _content/Laibls 3/Components/Shared/ManageParameters.razor.rz.scp.css */
/*.itemHeader {
    text-align: center;
}

.itemInputSearch {
    display: inline-block;
    position: relative;
    width: 30%;
    padding: 0.5%;
    margin: 1%;
    border: solid 2px #34abeb;
    text-align: center;
    border-radius: 10px;
}

.itemInputNew {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    border-radius: 10px;
}

::placeholder {
    color: burlywood
}

.itemInput {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
.itemSelect {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
.itemButton {
    display: inline-block;
    position: relative;
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}
.itemHidden {
    visibility: hidden;
    display: none;
}
.itemTitle {
    font-size: small;
    font-weight: bold;
    margin-left: 1%;
}

.itemValue {
    font-size: small;
    padding-top: 2%;
}

.itemInputButton {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
    background: darkorange;
    text-align: center;
}

.formItemDivider {
    width: 100%;
    border-bottom: solid 1px darkorange;
    padding-top: 8px;
    padding-bottom: 5px;
}

.sortIcon {
    width: 30px;
    padding-left: 5%;
}

/* The Modal (background) 
.modal {
    display: none; /* Hidden by default 
    position: fixed; /* Stay in place 
    z-index: 1; /* Sit on top 
    padding-top: 100px; /* Location of the box 
    left: 0;
    top: 0;
    width: 100%; /* Full width 
    height: 100%; /* Full height 
    overflow: auto; /* Enable scroll if needed 
    background-color: rgb(0,0,0); /* Fallback color 
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity 
}

/* Modal Content 
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button 
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

*/
/* _content/Laibls 3/Components/Shared/ManageParametersLists.razor.rz.scp.css */
/*.itemHeader {
    text-align: center;
}

.itemInputSearch {
    display: inline-block;
    position: relative;
    width: 30%;
    padding: 0.5%;
    margin: 1%;
    border: solid 2px #34abeb;
    text-align: center;
    border-radius: 10px;
}

.itemInputNew {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    margin: 1%;
    border: solid 2px #34abeb;
    border-radius: 10px;
}

::placeholder {
    color: burlywood
}

.itemInput {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
.itemSelect {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
.itemButton {
    display: inline-block;
    position: relative;
    max-width: 30px;
    padding: 1%;
    margin: 1%;
}
.itemHidden {
    visibility: hidden;
    display: none;
}
.itemTitle {
    font-size: small;
    font-weight: bold;
    margin-left: 1%;
}

.itemValue {
    font-size: small;
    padding-top: 2%;
}

.itemInputButton {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 3%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
    background: darkorange;
    text-align: center;
}

.formItemDivider {
    width: 100%;
    border-bottom: solid 1px darkorange;
    padding-top: 8px;
    padding-bottom: 5px;
}

.sortIcon {
    width: 30px;
    padding-left: 5%;
}

/* The Modal (background) 
.modal {
    display: none; /* Hidden by default 
    position: fixed; /* Stay in place 
    z-index: 1; /* Sit on top 
    padding-top: 100px; /* Location of the box 
    left: 0;
    top: 0;
    width: 100%; /* Full width 
    height: 100%; /* Full height 
    overflow: auto; /* Enable scroll if needed 
    background-color: rgb(0,0,0); /* Fallback color 
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity 
}

/* Modal Content 
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button 
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

*/
/* _content/Laibls 3/Components/Shared/QRCodeScanner.razor.rz.scp.css */
/*.modal{
    padding:1%;
}
.modal-content {
    background-color: rgb(0 0 0 / 40%);
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    padding: 1%
}
.outdiv {
    width: 100%;
    height: 95%;
}
*/
/* _content/Laibls 3/Pages/Core/ContactCards.razor.rz.scp.css */
/* Admin Menu Only */

.adminNav[b-t3z7n44emx] {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a[b-t3z7n44emx] {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover[b-t3z7n44emx] {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active[b-t3z7n44emx] {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Core/DHAdminPage.razor.rz.scp.css */
/* Admin Menu Only */

.adminNav[b-t2h0mh37pb] {
    overflow: hidden;
    background-color: darkorange;
    width: 98%;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 3%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a[b-t2h0mh37pb] {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover[b-t2h0mh37pb] {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active[b-t2h0mh37pb] {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
.itemSelect[b-t2h0mh37pb] {
    display: inline-block;
    position: relative;
    text-align:center;
    width: 30%;
    padding: 5px;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 3%;
    border: solid 2px darkorange;
    border-radius: 10px;
}
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Inbound/LastProducts.razor.rz.scp.css */
.container-fluid[b-t4xibuwn4q] {
    height: 90%;
}
/* _content/Laibls 3/Pages/Inbound/SearchInventory.razor.rz.scp.css */
.container-fluid[b-c0vi1l136f] {
    height: 90%;
}
/* _content/Laibls 3/Pages/Outbound/AdminPage.razor.rz.scp.css */
/* Admin Menu Only */

.adminNav[b-zreyj3wyjl] {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a[b-zreyj3wyjl] {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover[b-zreyj3wyjl] {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active[b-zreyj3wyjl] {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Outbound/ManageOutboundLabels.razor.rz.scp.css */
/* Admin Menu Only */

.adminNav[b-r9qnajqkf9] {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a[b-r9qnajqkf9] {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover[b-r9qnajqkf9] {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active[b-r9qnajqkf9] {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Production/AdminPage.razor.rz.scp.css */
/* Admin Menu Only */

.adminNav[b-s9h70hn53e] {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a[b-s9h70hn53e] {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover[b-s9h70hn53e] {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active[b-s9h70hn53e] {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Production/ManageSalesOrders.razor.rz.scp.css */
/* Admin Menu Only */

/*.adminNav {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}*/
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Production/ProductionQueue.razor.rz.scp.css */
/* Admin Menu Only */

/*.adminNav {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}*/
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Production/ProductionQueueAdmin.razor.rz.scp.css */
/* Admin Menu Only */

/*.adminNav {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}*/
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Pages/Production/ViewSalesOrder.razor.rz.scp.css */
/* Admin Menu Only */

/*.adminNav {
    overflow: hidden;
    background-color: darkorange;
    width: 98;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}

.adminNav a {
    float: left;
    color: white;
    
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

.adminNav a:hover {
       
    opacity: 0.7;
    color: white;
    text-decoration: underline;
}

.adminNav a.active {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}*/
/* END Admin Menu Only (https://codepen.io/WhisnuYs/pen/XWdpdGP) */
/* _content/Laibls 3/Shared/MainLayout.razor.rz.scp.css */
.page[b-nu5o6fhyx8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nu5o6fhyx8] {
    flex: 1;
}

.sidebar[b-nu5o6fhyx8] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, #ff8c00 70%);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: orangered;
}

.top-row[b-nu5o6fhyx8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nu5o6fhyx8]  a, .top-row .btn-link[b-nu5o6fhyx8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nu5o6fhyx8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nu5o6fhyx8] {
        display: none;
    }

    .top-row.auth[b-nu5o6fhyx8] {
        justify-content: space-between;
    }

    .top-row a[b-nu5o6fhyx8], .top-row .btn-link[b-nu5o6fhyx8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nu5o6fhyx8] {
        flex-direction: row;
    }

    .sidebar[b-nu5o6fhyx8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nu5o6fhyx8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nu5o6fhyx8], article[b-nu5o6fhyx8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Laibls 3/Shared/ModalLayout.razor.rz.scp.css */


/* _content/Laibls 3/Shared/PublicLayout.razor.rz.scp.css */


/* _content/Laibls 3/Shared/UserLayout.razor.rz.scp.css */


/* _content/Laibls 3/Shared/UserLayout_Inbound.razor.rz.scp.css */


/* _content/Laibls 3/Shared/UserLayout_Outbound.razor.rz.scp.css */


/* _content/Laibls 3/Shared/UserLayout_Production.razor.rz.scp.css */


